containsAll

(alias) pure function containsAll(values: collection<-T>): boolean

Deprecated

Use 'contains_all' instead

Checks if the collection contains all elements of another collection.

Alias

Alias target

Since

0.9.0

Parameters

values

The collection to check against.